type crypto/tls.certificateMsgTLS13
10 uses
	crypto/tls (current package)
		conn.go#L1134: 			m = new(certificateMsgTLS13)
		handshake_client_tls13.go#L652: 	certMsg, ok := msg.(*certificateMsgTLS13)
		handshake_client_tls13.go#L769: 		if _, err := hs.c.writeHandshakeRecord(&certificateMsgTLS13{}, hs.transcript); err != nil {
		handshake_client_tls13.go#L785: 	certMsg := new(certificateMsgTLS13)
		handshake_messages.go#L1436: type certificateMsgTLS13 struct {
		handshake_messages.go#L1442: func (m *certificateMsgTLS13) marshal() ([]byte, error) {
		handshake_messages.go#L1498: func (m *certificateMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1499: 	*m = certificateMsgTLS13{}
		handshake_server_tls13.go#L730: 	certMsg := new(certificateMsgTLS13)
		handshake_server_tls13.go#L947: 	certMsg, ok := msg.(*certificateMsgTLS13)
![]()  | 
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |